func crypto/tls.cipherSuiteByID

4 uses

	crypto/tls (current package)
		cipher_suites.go#L177: 		candidate := cipherSuiteByID(id)
		cipher_suites.go#L392: 		if c := cipherSuiteByID(cID); c != nil {
		cipher_suites.go#L614: 			return cipherSuiteByID(id)
		cipher_suites.go#L620: func cipherSuiteByID(id uint16) *cipherSuite {